list processing

Học thuật
Thân thiện
list processing

A computer program performs list processing on a dataset.

Definition

Noun: * A method of data processing: "List processing" refers to a specific technique or paradigm in computer programming and data manipulation. It involves processing data that is structured and stored as linked lists (chained lists), where each piece of data contains a reference to the next one. This style is fundamental to certain programming languages, most notably LISP (LISt Processor).

Usage Examples
  • Noun:
    • The elegance of LISP comes from its foundation in list processing.
    • Early artificial intelligence research relied heavily on techniques of list processing.
    • Understanding recursion is key to mastering list processing.
Advanced Usage
  • As a defining characteristic: The term is often used to describe the core operational model of specific programming languages or systems.
    • The language was designed around the concept of list processing.
Variants and Related Words
  • LISP (n): A family of computer programming languages known for their use of list processing as a core data structure and code representation.
  • Linked list (n): The fundamental data structure (a chained list) upon which list processing operates.
  • Car and Cdr: Fundamental operations in LISP for accessing parts of a list ( returns the first element, returns the rest of the list).
Synonyms
  • Symbolic manipulation: (In the context of LISP and AI) Often used interchangeably, as list processing is used to manipulate symbols and expressions.
  • Linked list manipulation: A more technical, descriptive synonym focusing on the data structure.
Related Phrases
  • To process a list: The verbal action derived from the noun.
    • The function's job is to process the list of numbers and return the sum.
list processing

A computer program performs list processing on a dataset.

Noun
  1. processing data that is given in the form of chained lists

Từ chứa "list processing"